home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Setdate < prev    next >
Text File  |  1998-02-16  |  619b  |  28 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                  SETDATE
  3.  
  4.  
  5.    USE:
  6.    This command is used to change the Datestamp which is issued to every
  7.    file created.  To see the current Date stamp of a file use the List
  8.    command.
  9.  
  10.    PATH:
  11.    C:
  12.  
  13.    SYSTEM:
  14.    2.0 (enhanced), 2.1 (enhanced), 3.0
  15.  
  16.    EXAMPLES:
  17.    1>SETDATE Myfile 14-March-96
  18.    1>SETDATE Myfile 07-Jun-92 18:30
  19.  
  20.    NOTES:
  21.    The Date and Time formats are as follows:
  22.  
  23.    Dates: DD-MMM-YY
  24.    Times: HH:MM:SS or HH:MM
  25.  
  26.    If the Date and Time for a file are not supported then the system will
  27.    use the current date and time.
  28.